Scenario

objects.Scenario()

BaseModel describing the expected variables and data types of a scenario.

A scenario is a combination of an event, a projection, and a strategy, that all should be saved in the database.

Attributes

event : str

The name of the event. Must not be empty.

projection : str

The name of the projection. Must not be empty.

strategy : str

The name of the strategy. Must not be empty.

Back to top